.login h1 a {
    width: 300px;
    height: 90px;
    background-image: url(img/logo_login.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
}
body {
    background: white;
}